home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
ABUSESRC.ZIP
/
AbuseSrc
/
abuse
/
inc
/
cop.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
1996-02-11
|
583b
|
24 lines
#ifndef __COP_HPP_
#define __COP_HPP_
// functions defined for the main player, these were translated because they
// are called every tick and they were getting slow/complicated
void *top_ai();
void *laser_ufun(void *args);
void *top_ufun(void *args);
void *plaser_ufun(void *args);
void *player_rocket_ufun(void *args);
void *lsaber_ufun(void *args);
void *cop_mover(int xm, int ym, int but);
void *sgun_ai();
void *ladder_ai();
void *top_draw();
void *bottom_draw();
void *mover_ai();
void *respawn_ai();
void *score_draw();
void *show_kills();
#endif